Skip to main content

Create API from Text

This feature generates APIs leveraging the power of AI-LLM (Artificial Intelligence - Large Language Models). By simply entering a descriptive text, you can create APIs that are ready to use or customize further.

Example Input

Example text:
"The songs of a music group which have a name, length, publish date, and description of the song type."

Step-by-Step Guide

Follow these steps to create APIs from text input:

  1. Enter the Text
    Provide a descriptive text that outlines the structure of the data you want to use for the API. For example:
    "The songs of a music group which have a name, length, publish date, and description of the song type."

  2. Data Format Creation
    Based on the input text, a data format (e.g., "Songs") is automatically created. You can review and modify this data format as needed.
    Example message:
    "Data format 'Songs' is being created and can be changed or accepted as is. When you click 'Create,' the APIs will be generated."

  3. Click "Create API"
    Once the data format is finalized, click the "Create API" button. This action generates the data format and prepares it for API creation.

  4. Click "Save"
    After the data format is created, click the "Save" button. This triggers the generation of the CRUD APIs (Create, Read, Update, Delete).

  5. View and Use the APIs
    The generated APIs are now displayed and ready to use. You can:

    • Visualize the endpoints.
    • Modify them as needed.
    • Use them directly in your application.

Key Features

  • AI-Powered API Generation: Automatically generate APIs from simple text descriptions.
  • Customizable Data Formats: Review and modify the generated data format before creating APIs.
  • Secure and Standardized: APIs follow industry best practices for security and design.
  • Time-Saving: Generate APIs in seconds with minimal effort.

You can copy and paste this Markdown text directly into a GitHub Pages repository or any Markdown-supported platform. Let me know if you need further assistance!

Now use the API to text for CREATE API only, not the complete CRUD without the images